HADOOP-19343: Support -DskipShade in hadoop-gcp for faster test builds.#7874
Closed
cnauroth wants to merge 1 commit intoapache:HADOOP-19343from
Closed
HADOOP-19343: Support -DskipShade in hadoop-gcp for faster test builds.#7874cnauroth wants to merge 1 commit intoapache:HADOOP-19343from
cnauroth wants to merge 1 commit intoapache:HADOOP-19343from
Conversation
|
💔 -1 overall
This message was automatically generated. |
d66349f to
978ebba
Compare
cnauroth
added a commit
to cnauroth/hadoop
that referenced
this pull request
Aug 17, 2025
4 tasks
|
💔 -1 overall
This message was automatically generated. |
arunkumarchacko
approved these changes
Aug 19, 2025
pan3793
approved these changes
Aug 19, 2025
cnauroth
added a commit
to cnauroth/hadoop
that referenced
this pull request
Aug 21, 2025
Closes apache#7874 Reviewed-by: Arunkumar Chacko <[email protected]> Reviewed-by: Cheng Pan <[email protected]>
978ebba to
0767325
Compare
|
💔 -1 overall
This message was automatically generated. |
Closes apache#7874 Reviewed-by: Arunkumar Chacko <[email protected]> Reviewed-by: Cheng Pan <[email protected]>
0767325 to
b520212
Compare
cnauroth
added a commit
that referenced
this pull request
Aug 25, 2025
Closes #7874 Signed-off-by: Steve Loughran <[email protected]> Reviewed-by: Arunkumar Chacko <[email protected]> Reviewed-by: Cheng Pan <[email protected]>
Contributor
Author
|
@steveloughran , @arunkumarchacko and @pan3793 , thank you for the reviews. I committed this to the feature branch. |
|
💔 -1 overall
This message was automatically generated. |
cnauroth
added a commit
to cnauroth/hadoop
that referenced
this pull request
Aug 29, 2025
Closes apache#7874 Signed-off-by: Steve Loughran <[email protected]> Reviewed-by: Arunkumar Chacko <[email protected]> Reviewed-by: Cheng Pan <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of PR
Support
-DskipShadein hadoop-gcp for faster test builds. This aligns with other sub-modules that support the same flag to skip shading.How was this patch tested?
I ran local
mvn clean packagewith and without-DskipShadeto verify that it shades by default but skips shading with the flag.For code changes:
LICENSE,LICENSE-binary,NOTICE-binaryfiles?